From: Markus Rost Date: Sun, 17 Nov 2002 22:46:38 +0000 (+0000) Subject: (defgroup speedbar): Use group 'etags instead of nonexisting group X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~29674 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=367b7083f34235e288aba95547ea34416a733648;p=emacs.git (defgroup speedbar): Use group 'etags instead of nonexisting group 'tags. --- diff --git a/lisp/speedbar.el b/lisp/speedbar.el index e9d601aaaad..9b551fc0794 100644 --- a/lisp/speedbar.el +++ b/lisp/speedbar.el @@ -185,7 +185,7 @@ ;; customization stuff (defgroup speedbar nil "File and tag browser frame." - :group 'tags + :group 'etags :group 'tools :group 'convenience :version "20.3")